* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}  
:root {
    --color-barra-lateral: rgb(1, 95, 209);
    --color-texto: white;
    --Color-boton:rgb(184, 255, 137);
    

}
body{
    font-family: Arial, Helvetica, sans-serif;
margin-top: -60px;
    height: 100vh ;
    width: 100%;
    background-color: rgb(255, 255, 255);
 
}
main {
    width: 800px;
    margin: auto;
    padding-left: 30px;
}
.menu{

  background-color: rgb(1, 95, 209);
  color: white;
  position: fixed;
  width: 45px;
  height: 45px;
  font-size: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  top: 10px;
left: 330px;
}

.barra-lateral {
   width: 250px;
   height: 100vh;
   position: fixed;
   display: flex;
   flex-direction: column;
   justify-content: start;
   overflow: hidden;
   padding: 20px 15px;
   background-color: var(--color-barra-lateral);
   transition: width 0.5s ease,background-color 0.3s ease,left 0.5s ease;
   z-index: 50;


}
.barra-lateral .navegacion a:hover{
   background-color: rgb(8, 76, 195);
   color: rgb(253, 220, 29);
   padding: 5px;
}
.nav-text {
   opacity: 0;
   width: 0;
}
a{
   color: white;
   text-decoration: none;
   background-color: transparent;
}
 
.mini-barra-lateral{
   width: 80px;
}
.barra-lateral .nombre-pagina{
   display: block;
   width: 100%;
   height: 45px;
   color: var(--color-texto);
   margin-bottom: 30px;
   display: block;
   align-items: center;
}
.barra-lateral .nombre-pagina ion-icon{
   min-width: 50px;
   font-size: 35px;
   cursor: pointer;
}
.barra-lateral .nombre-pagina span{
   
   font-size: 17px;
   font-weight: bold;
   opacity: 1;
   transition: opacity 0.5s ease;


}
.barra-lateral span.oculto{
   opacity: 0;
   width: 0;
}

.logo {
   width: 100px;
   min-width: 50px;
   cursor: pointer;
}
#cloud{
   cursor: pointer;
}


#unidades {
   font-size: 15px;
   padding: 0px;
   text-align: left;
   line-height: 17px;
  font-weight: lighter;
  background-color: transparent;


}
.barra-lateral .navegacion {
   height: 100vh;
   overflow-y: auto;


  margin-top: 60px;

}
.navegacion {

   overflow-y: auto; /* Desbordamiento vertical con barra de desplazamiento */
 }
 .barra-lateral .navegacion::-webkit-scrollbar{
   width: 5px;
}
.barra-lateral .navegacion::-webkit-scrollbar-thumb{
   background-color: white;
   border-radius: 5px;
}
.barra-lateral .navegacion::-webkit-scrollbar-thumb:hover{
   background-color: rgb(248, 203, 0);
}

.barra-lateral .navegacion li{  
   list-style: none;

}

html {
    scroll-behavior: smooth;
  }
  
   /* Estilos generales */
   body {
    font-family: Arial, sans-serif;
    padding: 0;
    background-color: #ffffff; /* Fondo de la página */

}
.titulounidad {
    margin: auto;
    width: 42rem;
    }


/* Encabezado */
h1 {
    color:   #4f96c6;
    font-size: 18px;
}
h2 { 
    color:   #4f96c6;
    font-size: 17px;
    font-style: italic;
}
.unit1 {
  background-image: url(../materialgrafico/titulo_exerciseu1A.png);
    background-repeat: no-repeat;
    background-size: 450px;
    padding: 15px;
    color: white;
    font-size: 22px; 
    font-family: Arial, Helvetica, sans-serif; 
    margin-top: 20px;
    font-weight: bold;
  
  }

  .Tunit1 {
    color: rgb(255, 177, 42);
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .unit2 {
    background-image: url(../materialgrafico/titulo_exerciseu2A.png);
      background-repeat: no-repeat;
      background-size: 450px;
      padding: 15px;
      color: white;
      font-size: 22px; 
      font-family: Arial, Helvetica, sans-serif; 
      margin-top: 20px;
      font-weight: bold;
    
    } 
    
    .Tunit2 {
      color: rgb(203, 3, 217);
      margin-top: 5px;
      margin-bottom: 10px;
    }
    
    .unit3 {
      background-image: url(../materialgrafico/titulo_exerciseu3A.png);
        background-repeat: no-repeat;
        background-size: 520px;
        padding: 15px;
        color: white;
        font-size: 22px; 
        font-family: Arial, Helvetica, sans-serif; 
        margin-top: 20px;
        font-weight: bold;
      
      } 
      .Tunit3 {
        color: rgb(49, 177, 108);
        margin-top: 5px;
        margin-bottom: 10px;
      }  
      .unit4 {
        background-image: url(../materialgrafico/titulo_exerciseu4A.png);
          background-repeat: no-repeat;
          background-size: 420px;
          padding: 15px;
          color: white;
          font-size: 22px; 
          font-family: Arial, Helvetica, sans-serif; 
          margin-top: 20px;
          font-weight: bold;
        }  
        .Tunit4 {
          color: rgb(244, 20, 98);
          margin-top: 5px;
          margin-bottom: 10px;
        } 
        .unit5 {
          background-image: url(../materialgrafico/titulo_exerciseu5A.png);
            background-repeat: no-repeat;
            background-size: 420px;
            padding: 15px;
            color: white;
            font-size: 22px; 
            font-family: Arial, Helvetica, sans-serif; 
            margin-top: 20px;
            font-weight: bold;
          }
          .Tunit5 {
            color: rgb(6, 40, 230);
            margin-top: 5px;
            margin-bottom: 10px;
          } 
          .unit6 {
            background-image: url(../materialgrafico/titulo_exerciseu6A.png);
              background-repeat: no-repeat;
              background-size: 420px;
              padding: 15px;
              color: white;
              font-size: 22px; 
              font-family: Arial, Helvetica, sans-serif; 
              margin-top: 20px;
              font-weight: bold;
            }
            .Tunit6 {
              color: #b18e6b;
              margin-top: 5px;
              margin-bottom: 10px;
            }
            .unit7 {
              background-image: url(../materialgrafico/titulo_exerciseu7A.png);
                background-repeat: no-repeat;
                background-size: 480px;
                padding: 15px;
                color: white;
                font-size: 22px; 
                font-family: Arial, Helvetica, sans-serif; 
                margin-top: 20px;
                font-weight: bold;
               
              }
              .Tunit7 {
                color: #39b1ae;
                margin-top: 5px;
                margin-bottom: 10px;
              }
              .unit8 {
                background-image: url(../materialgrafico/titulo_exerciseu8A.png);
                  background-repeat: no-repeat;
                  background-size: 480px;
                  padding: 15px;
                  color: white;
                  font-size: 22px; 
                  font-family: Arial, Helvetica, sans-serif; 
                  margin-top: 20px;
                  font-weight: bold;
                }
                .Tunit8 {
                  color: #fde218;
                  margin-top: 5px;
                  margin-bottom: 10px;
                }

                .unit9 {
                  background-image: url(../materialgrafico/titulo_exerciseu9A.png);
                    background-repeat: no-repeat;
                    height: 50px;
                    color: white;
                    font-size: 22px; 
                    font-family: Arial, Helvetica, sans-serif; 
                    margin-top: 15px;
                    font-weight: bold;
                    width: 400px;
                    line-height: 19px;
                  padding: 40px;
                  }
                  .Tunit9 {
                    color: #fd8a18;
                    margin-top: 5px;
                    margin-bottom: 10px;
                  }
                  .unit10 {
                    background-image: url(../materialgrafico/titulo_exerciseu10A.png);
                      background-repeat: no-repeat;
                    background-size: 450px;
                      color: white;
                      font-size: 22px; 
                      font-family: Arial, Helvetica, sans-serif; 
                      margin-top: 15px;
                      font-weight: bold;
                      line-height: 22px;
                    padding: 15px;
                    padding-top: 20px;
                    }
                    .Tunit10 {
                      color: #9b85ff;
                      margin-top: 5px;
                      margin-bottom: 10px;
                    }
                    .unit11 {
                      background-image: url(../materialgrafico/titulo_exerciseu11A.png);
                        background-repeat: no-repeat;
                      background-size: 450px;
                        color: white;
                        font-size: 22px; 
                        font-family: Arial, Helvetica, sans-serif; 
                        margin-top: 15px;
                        font-weight: bold;
                        line-height: 22px;
                      padding: 15px;
                      padding-top: 20px;
                      }
                      .Tunit11 {
                        color: #00bea8;
                        margin-top: 5px;
                        margin-bottom: 10px;
                      }
                      .unit12 {
                        background-image: url(../materialgrafico/titulo_exerciseu12A.png);
                          background-repeat: no-repeat;
                        background-size: 450px;
                          color: white;
                          font-size: 22px; 
                          font-family: Arial, Helvetica, sans-serif; 
                          margin-top: 15px;
                          font-weight: bold;
                          line-height: 22px;
                        padding: 15px;
                        padding-top: 20px;
                        }
                        .Tunit12 {
                          color: #0036be;
                          margin-top: 5px;
                          margin-bottom: 10px;
                        }
                        .unit13 {
                          background-image: url(../materialgrafico/titulo_exerciseu13A.png);
                            background-repeat: no-repeat;
                          background-size: 450px;
                            color: white;
                            font-size: 22px; 
                            font-family: Arial, Helvetica, sans-serif; 
                            margin-top: 15px;
                            font-weight: bold;
                            line-height: 22px;
                          padding: 15px;
                          padding-top: 12px;
                          }
                          .Tunit13 {
                            color: #eb146d;
                            margin-top: 5px;
                            margin-bottom: 10px;
                          }
                          .unit14 {
                            background-image: url(../materialgrafico/titulo_exerciseu14A.png);
                              background-repeat: no-repeat;
                            background-size: 450px;
                              color: white;
                              font-size: 22px; 
                              font-family: Arial, Helvetica, sans-serif; 
                              margin-top: 15px;
                              font-weight: bold;
                              line-height: 22px;
                            padding: 15px;
                            padding-top: 12px;
                            }
                            .Tunit14 {
                              color: #90dd0a;
                              margin-top: 5px;
                              margin-bottom: 10px;
                            }
                            .unit15 {
                              background-image: url(../materialgrafico/titulo_exerciseu15A.png);
                                background-repeat: no-repeat;
                              background-size: 450px;
                                color: white;
                                font-size: 22px; 
                                font-family: Arial, Helvetica, sans-serif; 
                                margin-top: 15px;
                                font-weight: bold;
                                line-height: 22px;
                              padding: 15px;
                              padding-top: 20px;
                              }
                              .Tunit15 {
                                color: #c656a0;
                                margin-top: 5px;
                                margin-bottom: 10px;
                              }
                              .unit16 {
                                background-image: url(../materialgrafico/titulo_exerciseu16A.png);
                                  background-repeat: no-repeat;
                                background-size: 450px;
                                  color: white;
                                  font-size: 22px; 
                                  font-family: Arial, Helvetica, sans-serif; 
                                  margin-top: 15px;
                                  font-weight: bold;
                                  line-height: 22px;
                                padding: 15px;
                                padding-top: 20px;
                                }
                                .Tunit16 {
                                  color: #4f96c6;
                                  margin-top: 5px;
                                  margin-bottom: 10px;
                                }
/* Estilos para párrafos y listas */
p {
    margin: 10px;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 23px; }

    .parrafoGris {
      background-color:  #4f96c6;
      color: white;
      border-radius: 25px;
      padding: 15px;
    
    }
    .p50pad{/* parrafos con 50px padding */
      padding-left: 50px;
      margin-bottom: 15px;
    }
.p35pad{/* parrafos con 50px padding */
    padding-left: 35px;
  }

  .p25pad{/* parrafos con 25px padding */
    padding-left: 25px;
  }


  .spacep{
      margin-left: 0px;
  }
/* Estilos para ejemplos y palabras en negrita */
.ejemplosp {
    font-style: italic;
    margin-left: 60px;
    font-size: 17px;
    background-color: #f3f3f3;
   line-height: 23px;
}

.palabrascolor {
    color:  #4f96c6;
    font-style: italic;
font-weight: bold;
}

/* Estilos para ejemplos y palabras en color */
.palabrasencerradas {
    background-color:   #4f96c6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline;
    width:fit-content;
margin: 5px;
    }


/* Columnas para ejemplos */
.contenedorlista1capitulo {
    display: flex;
    flex-wrap: wrap;
    width: 90%;

}

.contenedorlista1 {  /*2 columnas pc 1 columna telefono*/
    display: flex;
  }

  .contenedorlista2 { /*dos columnas en todos los dispositivos*/
    display: flex;
  }

  .renglon1{ /*  renglon 20% */
    border: none;
    border-bottom: 2px solid   #4f96c6;
    outline: none;
    width: 7rem;
    padding: 0px;
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
  background-color: transparent;
  height: 20px;
  }

  .renglon2{ /*  renglon 30% */
    border: none;
    border-bottom: 2px solid    #4f96c6;
    outline: none;
    width: 9rem;
    padding: 1px;
    margin: 2px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    
  }

  .renglon3{
    border: none;
    border-bottom: 2px solid;
    outline: none;
    width: 27rem;
    padding: 1px;
    margin: 5px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:  #4f96c6;
  }
  .renglon4{
    border: none;
    border-bottom: 2px solid;
    outline: none;
    width: 3rem;
    padding: 1px;
    margin: 5px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;;
    color:  #4f96c6;
  }
  .renglon5{
    border: none;
    border-bottom: 2px solid;
    outline: none;
    width: 32rem;
    padding: 1px;
    margin: 5px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;;
    color:  #4f96c6;
  }

  .renglon6{
    border: none;
    border-bottom: 2px solid;
    outline: none;
    width: 35rem;
    padding: 1px;
    margin: 5px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;;
    color:  #4f96c6;
  }
  
  .renglon7{
    border: none;
    border-bottom: 2px solid;
    outline: none;
    width: 20rem;
    padding: 1px;
    margin: 5px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;;
    color:  #4f96c6;
    margin-left: 9px;
  }

  .ejemploRC {
    border: none;
    border-bottom: 2px solid   #4f96c6;
    outline: none;
    width: 9em;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:   #4f96c6;
  }
  
    .contenedorrenglon {
      display: flex;
      align-items: center; /* Alinea verticalmente los elementos en el centro */
      height: 30px;
    }

.column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }

.columna1 {
  width: 300px;
}
.columna1_1 {
  justify-content: left; 
margin-right: 20px; }
.columna1_2 {
 justify-content: left;  }    
.columna5,.columna6 {
    width: 200px    ;
   
}
.columnaiz {
justify-content: left;
width: 280px;
}

/* Estilos para los ejercicios */
.renglon4 {
    border-bottom: 2px solid   #4f96c6;
}


ul {
    padding-left: 20px;
    list-style: none;
    justify-content: center;
  }

  .Ulcorta {
 margin-left: 50px;
  } 

  li {
    margin-bottom: 10px;
    background-color: #f3f3f3;
    background-position: center;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-size: 17px;
    list-style: none;
    font-family:Arial, Helvetica, sans-serif;
    color:rgb(31, 31, 31);
    width: fit-content;
    font-size: 17px;
   }

   .listyellow {
    background-color:   #4f96c6;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 150px;
    font-weight: bold;
    font-size: 17px;
   }

   .listyellow2 {
    background-color:   #4f96c6;
    color: white;
    font-size: 16px;
    text-align: center;
    width: 90px;
    font-weight: bold;
    justify-content: center;
    font-size: 17px;
   }
   .listalarga {
    width: 250px;
    text-align: left;
    font-size: 17px;
    margin-left: 15px;

   }

   .list1w {
    width: 130px;
    text-align: center;
    font-size: 17px;
    margin-left: 15px;
   }
   .listalarga1 {
    width: 600px;
    text-align: left;
    font-size: 16px;
    margin-left: 30px;

   }
   .listalarga2 {
    width: 420px;
    text-align: left;
    font-size: 16px;
    margin-left: 30px;

   }

   .li600w{
    width: 600px;
   }
    /* Estilos CSS para la tabla */
    table {
        border-collapse: collapse;
        width: 95%;
        border-radius: 55px;
        font-family: Arial, Helvetica, sans-serif;
        margin-right: auto;
        margin-left: auto;
        font-weight: 16px;
    
    }

   .tbabecedario {
    width: 600px;
   }

   .titulotbabc1 {
    margin-bottom: -16px;
  }
  

    th, td {
        padding: 10px;
        text-align: left;
        font-size: 16px;
        border-radius: px;
    }
    
    /* Aplicar estilos alternos a las filas */
    tr:nth-child(even) {
        background-color: #f2f2f2; /* Fila gris para filas pares */
        border-radius: 25px;
        font-size: 16px;
    }
    
    tr:nth-child(odd) {
        background-color: #ffffff; /* Fila blanca para filas impares */
        font-size: 16px;
    }
    .contenedorcheck{
        display: flex;
        align-items: center;
        font-size: 18px;
        height: 22px;
        padding-left: 60px;
      }
      .preguntasfondo {
        background-color:   #4f96c6;
        padding: 5px;
        border-radius: 15px;
        color: white;
        width: fit-content;
        font-size: 16px;
      }
      
      input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

   .tbleft {
    justify-content: left;
   }
    .Screenshot {
      width: 320px;
      margin-left: 100px;
  
    }

    .abrirycerrarmenu {
        color: #ffffff;
        display: flex;
       width: 45px;
       position: fixed;
       top:40px;
       left:198px;
    }
    .minimenu {
      color: #ffffff;
      display: flex;
     width: 45px;
     position: fixed;
     top:40px;
     left: 19px;
 }
@media (max-width: 400px){
    .barra-lateral{
        position: fixed;
        left: -250px;
        height: 800px;

    }
    .max-barra-lateral{
        left: 0;
    }
    .menu ion-icon:nth-child(2){
        display: none;
    }
 .menu {
    display: flex;
    position: fixed;



 }
 main{
    padding: 5px;
    padding-left: 0px;
width: 390px;
}
body {

padding: 5px;
max-width: 390px;
}

h3 {
    background-image: 390px  ;
       
   }
   .unit1,.unit2,.unit3,.unit4,.unit5,.unit6,.unit11,.unit12,.unit13,.unit15 {
      background-size: 370px;
     
     }
   .unit1,.unit2,.unit4,.unit5,.unit8,.unit9,.unit10,.unit11,.unit12,.unit15 {
     font-size: 18px;
     padding-top: 20px;
   }
   
   
   .unit3, {
     font-size: 18px;
     padding-top: 13px;
     line-height: 17px;
   }
   .unit13,.unit14 {
   padding-top: 10px;
     font-size: 18px;
   }
   
           /* Reducir el margen izquierdo de ejemplos */
           .ejemplosp {
               margin-left: 1rem;
               font-size: 16px;
      
           }
   
           /* Cambiar el tamaño de fuente en pantallas pequeñas */
           p {
               font-size: 17px;
               width: 90%;
           }
   
           .p50pad{/* parrafos con 50px padding */
               padding-left: 0px;
               width: 100%;
             }
   
             .p25pad{/* parrafos con 25px padding */
               padding-left: 20px;
             }
   
             .spacep1{
               margin-left: 100px;
           }
   
           .spacep2{
             margin-left: 70px;
         }
         .palabrasencerradas {
           padding: 10 5 10 5;
           margin: 2px;
           }
           .titulounidad {
   margin: auto;
   width: 380px;
   }
   
   .contenedorlista1capitulo {
       display: flex;
       width: 98%;
     }
   
     .contenedorlista1 {
       display: block;
     
     }
   
     .contenedorlista2 {
       display: flex;
       margin-left: 1px;
       padding-left: 1px;
     }
   .columna1_1 {
    
     width: 380px;
   }
   
   .columna1_2 {
    width: fit-content;
     }
   
     .columna2 {
       margin-left: 1px;
       padding-left: 1px;
     }
   
     .columna5,.columna6 {
       width: 390px    ;
       margin-right: 10px;
   }
   
   .columnamargin30 {
     padding-left: 20px;
   
   }
   .columnamargin20 {
     padding-left: 8px;
   }
   
   ul {
      padding: 4px;
       list-style: none;
      
     }
   .Ulcorta {
      margin-left: 35px;
      width: 200px;
   }
   
   .Ul1p {
   margin-left: 85px;
   font-size: 16px;
   width: 100px;
   }
   li {
    
       padding: 3px;
       padding-right: 10px;
       font-size: 16px;
       width: fit-content;
       line-height: 22px;
      }
      .listyellow2 {
   
       font-size: 17px;
      }
   
      .li600w{
       width: 360px;
      }
   .listalarga {
       width: 149px;
       font-size: 16px;
       text-align: left;
   
      }
      .listalarga1 {
       width: 350px;
       text-align: left;
       font-size: 16px;
       margin-left: 5px;
   
      }
   
      .listalarga2 {
       width: 350px;
       text-align: left;
       font-size: 16px;
       margin-left: 5px;
   
      }
      .li30w {
       width: 120px;
       margin-left: 10px;
     }
   
   .li60w {
     margin-left: 10px;
     width: 200px;
     padding-left: 10px;
   }
      
      .renglon1{ /*  renglon 20% */
       width: 5em;
   
     }
   
     .renglon3{
    width: 17rem;
    font-size: 16px;
    height: 18px;
   
     }
   
   
     .renglon5{
       width: 18rem;
       font-size: 16px;
       height: 18px;
      
        }
        .renglon6{
         width: 20rem;
         font-size: 16px;
         height: 18px;
        
          }
     
      table {
       width: 350px;
       border-radius: 25px;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 15px;
       justify-content: center;
       
       }
   
       .tbabecedario {
         width: 350px;
        }  
   
   
       th {
         padding: 5px;
         text-align: left;
         width: 350px;
     }
      td {
         padding: 5px;
         text-align: left;
         font-size: 15px;
     }
     .titulotbabc {
       width: 350px;
     }
   
     .titulotbabc1 {
       width: 350px;
     }
    .imgcolor{
     width: 380px;
    }
    .Screenshot {
     width: 295px;
     margin-left: 30px;
     
   }
   .unit9 {
       background-repeat: no-repeat;
       background-size: 390px;
       padding: 5px;
       color: white;  }
   
   .unit10 {
     background-repeat: no-repeat;
     background-size: 390px;
   }
.abrirycerrarmenu {
  display: none;
  width: 0;
  color: transparent;
}

} 



